home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Demos
/
Tangent Systems
/
BuildSim 2.0b34.sit
/
BuildSim 2.0b34
/
BuildSim AutoCode Support
/
headers
/
TSSinhBlock.h
< prev
next >
Wrap
Text File
|
1997-08-07
|
1KB
|
47 lines
////////////////////////////////
//
// TSSinhBlock.h
//
// © 1994, 1995, 1996, 1997 Tangent Systems
//
// All rights reserved.
//
// This file contains confidential and proprietary information. No Portion
// of this file may be reproduced, by any means, without the written
// permission of Tangent Systems
//
// Tangent Systems makes no representation or warranties about the suitibility of the software,
// either express or implied, including but not limited to the implied warranties of merchantability,
// fitness for a particular purpose, or non-infringment.
//
// Description:
//
//
// Author: John H. Shackelford, Tangent Systems
// email: jshack@tangentsys.com
//
// Date: 1997/06/20
// Version: A
//
// Revision History:
// 1997/06/20 Revision A - Initial Release
//
////////////////////////////////
#ifndef _TSSinhBlock_h
#define _TSSinhBlock_h
#include "TSBuildBlock.h"
class TSSinhBlock : public TSBuildBlock
{
public:
// Attributes
// Methods
int doSimulate(Real time);
};
#endif